type github.com/jackc/pgx/v5/pgtype.scanPlanBinaryTimeToTextScanner

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		time.go#L148: 			return scanPlanBinaryTimeToTextScanner{}
		time.go#L178: type scanPlanBinaryTimeToTextScanner struct{}
		time.go#L180: func (scanPlanBinaryTimeToTextScanner) Scan(src []byte, dst any) error {